Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(String[]) Method
削除するエントリの名前を含む配列。

In This Topic
    Remove(String[]) Method
    In This Topic
    現在の zip ファイルからいくつかのエントリを削除します。
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal entryNames() As String _
    ) 
    public void Remove( 
       string[] entryNames
    )

    Parameters

    entryNames
    削除するエントリの名前を含む配列。
    See Also